home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / egebook.lha / ege.book / 9 / Makefile < prev   
Makefile  |  1992-06-07  |  125b  |  6 lines

  1. include ../config.h
  2. LDLIBS =
  3. all: cascade convert format hello input
  4. clean:
  5.     $(RM) cascade convert format hello input *.o *~
  6.